home *** CD-ROM | disk | FTP | other *** search
- global Prgler, PrgNo, ResNo, Resimler, Buyuk
-
- on mouseUp me
- cs = the currentSpriteNum
- if sprite(cs).visible = 0 then
- exit
- end if
- if cs = 10 then
- Istikamet = -1
- else
- Istikamet = 1
- end if
- ResNo = ResNo + Istikamet
- importFileInto(member("Resim"), the moviePath & "\Programlar\" & Prgler[PrgNo] & "\" & Resimler[ResNo])
- member(1, 1).name = "Resim"
- if Buyuk then
- resKirp(500, 300, 8)
- else
- resKirp(200, 130, 8)
- end if
- updateStage()
- if ResNo = Resimler.count then
- sprite(11).visible = 0
- else
- sprite(11).visible = 1
- end if
- if ResNo = 1 then
- sprite(10).visible = 0
- else
- sprite(10).visible = 1
- end if
- end
-